home *** CD-ROM | disk | FTP | other *** search
/ Practical Web Pages 2004 September / PracticalWebPages-WPG13-09-2004-Coverdisc.iso / pc / Software / Toolkit / Sothink SWF Quicker 1.5 / data1.cab / Public_Files / Classes / CustomActions.as < prev    next >
Encoding:
Text File  |  2004-06-14  |  774 b   |  9 lines

  1. class CustomActions
  2. {
  3.  
  4.     function get(customActionsName)                                      // Reads the contents of the custom action XML definition file named customActionsName.
  5.     function install(customActionsName, customXMLDefinition)             // Installs a new custom action XML definition file indicated by the customActionsName parameter. The contents of the file is specified by the string customXMLDefinition.
  6.     function list()                                                      // Returns an Array object containing the names of all the custom actions that are registered with the Flash authoring tool.
  7.     function uninstall(customActionsName)                                // Removes the Custom Actions XML definition file named "customActionsName".
  8. }
  9.